pyfedi/app/templates/themes/x_api/auth/logout.html

6 lines
167 B
HTML
Raw Normal View History

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