-
-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Description
To add custom content to the default Datasette _footer.html
template:
templates/_footer.html
:
{% extends "default:_footer.html" %}
{% block footer_content %}
<div>
<a href="/terms-conditions">Terms and Conditions</a>
<a href="/privacy-policy">Privacy Policy</a>
</div>
{{ super() }}
{% endblock %}
Start Datasette with: datasette --template-dir templates/
Metadata
Metadata
Assignees
Labels
No labels