9eaf121454
The EmptyContext is probably dumb or at least goofy.. but I can't work out a better way of making render() happy right now.
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
{% extends "base" %}
|
|
|
|
{% block content %}
|
|
<h1>Hello?</h1>
|
|
<a href="/login">Login</a>
|
|
{% endblock content %}
|