Compare commits
No commits in common. '7c0a3af85c740d74e13a87dfafbf48257634bfb0' and '53cc5442dced7fbdd3e67f75968e5a1d86639d7f' have entirely different histories.
7c0a3af85c
...
53cc5442dc
@ -1,8 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
{% set page_title = article.title %}
|
||||
{% block content %}
|
||||
<div class="details"><time datetime="{{ article.date.isoformat() }}">{{article.locale_date}}</time></div>
|
||||
<h1>{{ article.title }}</h1>
|
||||
{# TODO: more details here: update, language, translations, maybe different style for drafts? summary? tags, categories #}
|
||||
{# TODO: more details here #}
|
||||
{{ article.content }}
|
||||
{% endblock content %}
|
||||
|
Loading…
Reference in New Issue