Files
Anthias/templates/react.html
2025-05-29 22:51:51 -07:00

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 %}