public-health-ch/publichealth/home/templates/puput/entry_page_header.html
2019-08-09 15:57:37 +02:00

6 lines
No EOL
150 B
HTML

{% load puput_tags %}
<header>
<h2 class="post_title">
<a href="{% entry_url entry blog_page %}">{{ entry.title }}</a>
</h2>
</header>