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_template/post.html

5 lines
85 B
HTML
Raw Normal View History

2024-05-19 10:26:52 +02:00
<title>{{ title }}</title>
<h1>{{ title }}</h1>
<h4>{{ summary }}</h4>
{{ content }}