youyesyet/resources/templates/home.html
Simon Brooke 7439e5ae15 #30: Starting to work.
We can serve both conventional pages, and the app.
2017-03-19 17:54:37 +00:00

13 lines
369 B
HTML

{% extends "base-unauthenticated.html" %}
{% block big-links %}
<div class="big-link-container">
<a href="supporter.html" class="big-link" id="yes-link">Yes</a>
</div>
<div class="big-link-container">
<a href="notyet.html" class="big-link" id="not-yet-link">No</a>
</div>
{% endblock %}
{% block content %}
froboz
{% endblock %}