UNPKG
sniper
Version:
latest (0.2.17)
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
Renders snippets on demand
github.com/biojs/sniper
biojs/sniper
sniper
/
templates
/
all.html
7 lines
(6 loc)
•
135 B
HTML
View Raw
1
2
3
4
5
6
7
{% for snip in snips %}
<
a
href
=
"/{{ baseHref }}/{{snip.name}}"
>
<
h2
>
{{ snip.name }}
</
h2
>
</
a
>
{{ snip.content | raw }} {% endfor %}