blog/webapp/templates/blog_post/_list_item.html
Daniel Tsvetkov e56ef23c2d morse added
2021-02-25 11:44:30 +01:00

5 lines
168 B
HTML

<li>
<a href="{{ url_for('get_blog_post', uuid=instance.id) }}">
{% include "blog_post/_title.html" %}</a>
{% include "blog_post/_actions.html" %}
</li>