13 lines
333 B
HTML
13 lines
333 B
HTML
{% block component_styles %}
|
|
{{ super() }}
|
|
<link rel="stylesheet" href="/styles/components/footer.css">
|
|
{% endblock component_styles %}
|
|
|
|
<div class="footer container">
|
|
<br>
|
|
<hr>
|
|
<p id="copyright">
|
|
Copyright © 2017 - {{ now() | date(format="%Y") }}
|
|
<strong>Evan Warren Pratten</strong>
|
|
</p>
|
|
</div> |