hy/site/templates/index.html
2013-03-09 22:54:29 -05:00

8 lines
116 B
HTML

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