pyfedi/app/templates/themes/x_api/auth/logout.html
2024-12-11 00:49:18 +00:00

5 lines
167 B
HTML

{% extends 'themes/' + theme() + '/base.html' %}
{% block app_content %}
<script src="{{ '/static/themes/' + theme() + '/js/logout.js' }}"></script>
{% endblock %}