You've already forked snikket-web-portal
11 lines
402 B
HTML
11 lines
402 B
HTML
{% extends "base.html" %}
|
|
{% from "library.j2" import standard_button %}
|
|
{% block style %}
|
|
{{ super() }}
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for("static", filename="css/invite.css") }}">
|
|
{% endblock %}
|
|
{% block body %}
|
|
<div id="mwrap"><div class="filler"></div><main>{% block content %}{% endblock %}</main><div class="filler"></div></div>
|
|
{%- include "_footer.html" -%}
|
|
{% endblock %}
|