2
0
Fork 0
shiftregister/shiftregister/app/templates/base.html

12 lines
203 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<title>{% block title %}Help!{% endblock %}</title>
</head>
<body>
<div id="content">
{% block content %}{% endblock %}
</div>
</body>
</html>