blog-template/article_template.html

7 lines
194 B
HTML
Raw Permalink Normal View History

2024-05-27 13:32:29 +02:00
<title>{{ article.title }} - {{ site.name }}</title>
<a href="{{ site.url }}">Back to {{ site.name }}</a>
<h1>{{ article.title }}</h1>
<h4>{{ article.summary }}</h4>
{{ article.content|safe }}