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
No EOL
157 B
HTML

<title>{{ title }} - {{ site_name }}</title>
<a href="{{ site_url }}">Back to {{ site_name }}</a>
<h1>{{ title }}</h1>
<h4>{{ summary }}</h4>
{{ content }}