forked from em/receptty.org
Používání maker v šablonách
This commit is contained in:
@ -4,12 +4,6 @@
|
||||
<main>
|
||||
<h2>Tagy</h2>
|
||||
<hr>
|
||||
{% if terms %}
|
||||
<ul>
|
||||
{% for term in terms %}
|
||||
<li><a href="{{ term.permalink }}">{{ term.name | capitalize() }}</a> ({{ term.pages | length }})</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
{{ macro::list_terms() }}
|
||||
</main>
|
||||
{% endblock content %}
|
||||
|
Reference in New Issue
Block a user