Files
greenupday.org/_includes/post_detail.html
2017-03-28 09:53:20 -05:00

7 lines
174 B
HTML

<h1 class="entry-title">
{% if post.title %}
<a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
{% endif %}
</h1>
<div class="entry-content">{{ content }}</div>