This website requires JavaScript.
Explore
Help
Sign In
ardent
/
Snips
Watch
1
Star
0
Fork
0
You've already forked Snips
Code
Issues
5
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1a7c9bb25a
Snips
/
templates
/
snip
/
single.html.twig
5 lines
92 B
Twig
Raw
Normal View
History
Unescape
Escape
Create snippets skeleton
2023-04-03 23:44:13 +02:00
{%
extends
'base/base.html.twig'
%}
{%
block
body
%}
Cleanup snip templates
2023-04-04 01:39:08 +02:00
<h1>
{{
snip
}}
</h1>
Create snippets skeleton
2023-04-03 23:44:13 +02:00
{%
endblock
%}
Reference in New Issue
Copy Permalink