rename .html templates to .jinja2 for more consistency
This commit is contained in:
parent
7f050afb8b
commit
2887d94a8c
36 changed files with 34 additions and 33 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{% extends "view.html" %}
|
||||
|
||||
{% block meta %}
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
{% endblock %}
|
||||
|
||||
{% block history_nav %}
|
||||
<div class="history-nav">
|
||||
<p>{{ T('old-revision-notice') }}
|
||||
<time datetime="{{ rev.pub_date.isoformat() }}">{{ rev.pub_date.strftime('%B %-d, %Y at %H:%M:%S') }}</time>
|
||||
(ID #{{ rev.id }}). <a href="{{ p.get_url() }}">Show latest</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue