snipt/blogs/templates/blogs/list.html

5 lines
117 B
HTML

{% for snipt in snipts %}
<strong>{{ snipt.title }}</strong><br />
{{ snipt.code }}<br /><br />
{% endfor %}