rename .html to .jinja2, part 2

This commit is contained in:
Yusur 2023-03-16 14:24:29 +01:00
parent 2887d94a8c
commit 722ceb4724
32 changed files with 33 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends "base.jinja2" %}
{% block title %}{% if q %}Search results for "{{ q }}"{% else %}Search{% endif %} - {{ app_name }}{% endblock %}
@ -22,7 +22,7 @@
<ul class="nl-list">
{% for n in results %}
<li>{% include "includes/nl_item.html" %}</li>
<li>{% include "includes/nl_item.jinja2" %}</li>
{% endfor %}
</ul>
{% elif q %}