all repos — homestead @ a9f227ab0450e3ae1b91ab5325c335f239dd2164

Code for my website

templates/index.html (view raw)

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

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