all repos — homestead @ 25625b57c415d697c6e8fb636b7271441af66a62

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 %}