all repos — homestead @ b87a233e6259d39961a0b1e41dd7884f08d5c605

Code for my website

themes/bear/templates/index.html (view raw)

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

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