laserz_und_stuff/Lasers_und_stuff/templates/layout.html

7 lines
183 B
HTML

<!doctype html>
<title>Turret</title>
<link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}">
<div class=page>
{% block body %}{% endblock %}
</div>