mirror of
https://github.com/Screenly/Anthias.git
synced 2026-01-16 01:58:32 -05:00
14 lines
229 B
HTML
14 lines
229 B
HTML
{% extends "base.html" %}
|
|
|
|
{% load static %}
|
|
|
|
{% block title %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div id="app"></div>
|
|
{% endblock %}
|
|
|
|
{% block scripts %}
|
|
<script src="{% static 'dist/js/anthias.js' %}"></script>
|
|
{% endblock %}
|