back button

This commit is contained in:
Audrey Jensen 2023-07-19 20:32:57 +00:00
parent 6021760dc8
commit 011fcfa614

View File

@ -7,6 +7,9 @@
{% endif %}
</div>
<div class="col">
<a href="{{ path('safetyHome')}}">Back</a>
</div>
<div class="col">
{% if next != null %}
<a href="{{next.url}}">Next Page: {{next.title}}</a>
{% endif %}