WEBD-325-45/week-03/project/templates/site/footer.twig

9 lines
309 B
Twig
Raw Normal View History

2022-04-12 19:41:51 +00:00
{% macro load_footer() %}
<div class="uk-section uk-section-primary">
<div class="uk-container uk-container-small">
<div class="uk-text-center uk-card-body">
<small>Copyright © Generic Company. All Rights Reserved. | Octoleo CMS</small>
</div>
</div>
</div>
{% endmacro %}