You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
413 B

{% extends "base_template.html" %}
{% load static %}
{% block extra-head %}
<link rel="stylesheet" href="{% static 'css/landing.css' %}"/>
<script src="{% static 'chartkick/Chart.bundle.js' %}"></script>
<script src="{% static 'chartkick/chartkick.js' %}"></script>
{% endblock %}
{% block content %}
<div hx-get="{% url 'polls' %}"
hx-trigger="load"
hx-swap="outerHTML"
>
</div>
{% endblock %}

Powered by TurnKey Linux.