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