hy/demo/templates/index.html
2012-12-26 18:46:26 -05:00

8 lines
111 B
HTML

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