14 lines
256 B
HTML
14 lines
256 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block variables %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="wrap">
|
|
This is where the user gets to log in, or see information about their account if logged in.
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block elements %}
|
|
{% endblock %}
|