all repos — zola-bearblog @ 864e62a917fc756e754a1e7648c0ac1bb670743b

Port of bear blog theme to zola

templates/index.html (view raw)

1
2
3
4
5
6
7
{% extends "base.html" %}

{% block main %}
  <main>
    {{ section.content | safe }}
  </main>
{% endblock %}