mirror of
https://github.com/venthur/blag.git
synced 2025-11-26 05:02:58 +00:00
small template improvements
This commit is contained in:
@@ -9,7 +9,13 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
<p>Written on {{ date }}.</p>
|
||||
{% if title %}
|
||||
<h1>{{ title }}</h1>
|
||||
{% endif %}
|
||||
|
||||
{% if date %}
|
||||
<p>Written on {{ date.date() }}.</p>
|
||||
{% endif %}
|
||||
|
||||
{{ content }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user