costapy/templates/kiddy/html/footer.html

8 lines
228 B
HTML

<!-- Footer -->
<footer class="footer mt-auto">
<div class="container">
<p>${copyright}</p>
<p><a href="${privacy_policy}">Privacy Policy</a> | <a href="${terms_of_service}">Terms of Service</a></p>
</div>
</footer>