brmbar/server/templates/index.html
2011-06-12 23:10:22 +02:00

5 lines
108 B
HTML

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