7 lines
194 B
HTML
7 lines
194 B
HTML
|
<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 }}
|