aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 4e009e326f48c84ea0966e0b942f997a2eb70635 (plain)
1
2
3
4
5
{% extends "base.html" %}
{% block page %}
  <h2>Welcome to my site!</h2>
  <a href="/weblog">Go to weblog</a>
{% endblock %}