This repository has been archived on 2025-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
blog-software/example_workdir/template/post.html

7 lines
157 B
HTML
Raw Normal View History

2024-05-22 14:42:05 +02:00
<title>{{ title }} - {{ site_name }}</title>
<a href="{{ site_url }}">Back to {{ site_name }}</a>
2024-05-19 10:26:52 +02:00
<h1>{{ title }}</h1>
<h4>{{ summary }}</h4>
{{ content }}