hy/demo/templates/index.html

7 lines
103 B
HTML

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