Experimental signed commit.

This commit is contained in:
James Cole
2020-07-10 06:48:39 +02:00
parent 886475740a
commit 14e06bfedd
8 changed files with 45 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
{% extends "./layout/default" %}
{% block content %}
<div id="accounts"></div>
{% endblock %}
{% block styles %}
{% endblock %}
{% block scripts %}
<script src="v2/js/accounts.js" nonce="{{ JS_NONCE }}"></script>
{% endblock %}