hy/demo/templates/index.html
Paul Tagliamonte 3d7c9a68aa things
2012-12-27 22:15:00 -05:00

7 lines
103 B
HTML

{% extends "base.html" %}
{% block title %}Welcome!{% endblock %}
{% block content %}
{% endblock %}