/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-05 05:53:17 +09:00
parent 73a23ad1c6
commit 635b89d82f

View file

@ -1,9 +1,6 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content_title %} {% block content_title %}
<div class="w-100 o-10"> <div class="w-100 o-10">{{ SITENAME }}</div>
{{ SITENAME }}
</div>
</div>
{% endblock %} {% endblock %}
{% block content %} {% block content %}