7 lines
174 B
HTML
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>
|