/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-05 05:51:05 +09:00
parent a63e6ff64e
commit 132ecb4746

View file

@ -1,4 +1,11 @@
{% extends "base.html" %}
{% block content_title %}
<div class="b black o-10" style="font-size: 3.6em;">
<div class="w-100">
{{ SITENAME }}
</div>
</div>
{% endblock %}
{% block content %}
{% for category, articles in categories %}