Move Code into repo

This commit is contained in:
Aaron Kimbre
2022-01-16 12:22:00 -06:00
parent 1eef1854bc
commit 53ffe927f3
196 changed files with 33149 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{% extends 'base.html.j2' %}
{% block content_override %}
<div class='container mt-4'>
<div class="card shadow rounded border-0 h-100 my-5 bg-dark">
<div class="card-body d-flex flex-column m-2">
{% block content %}
{% endblock %}
</div>
</div>
</div>
{% endblock %}
{% block footer %}{% endblock %}