1
0
Fork 0
mirror of https://github.com/Findus23/se-simulator.git synced 2024-09-19 15:53:45 +02:00
se-simulator/templates/detail.html

5 lines
86 B
HTML
Raw Normal View History

2018-03-22 22:52:14 +01:00
{% extends "base.html" %}
{% block body %}
<h1>{{ question }}</h1>
{% endblock %}