samhuri.net/templates/partial-post.html

5 lines
126 B
HTML

{% if post.isLink %}
{% include "partial-post-link.html" %}
{% else %}
{% include "partial-post-text.html" %}
{% endif %}