2020-12-28 12:49:08 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
2020-12-28 13:02:30 +00:00
|
|
|
{% block scripts %}
|
2020-12-28 12:49:08 +00:00
|
|
|
<!-- Place this tag in your head or just before your close body tag. -->
|
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
2020-12-28 13:02:30 +00:00
|
|
|
<script async src="https://code.jquery.com/jquery-3.4.1.min.js"
|
2020-12-28 12:49:08 +00:00
|
|
|
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
|
|
|
{% endblock %}
|