frontend/marketing/templates/marketing/index.html

12 lines
242 B
HTML

{% load static %}
<!doctype html>
<html>
<head>
<title>Robot Hands</title>
<script src="{% static 'marketing/tailwind.js' %}"></script>
</head>
<body>
{% block content %} {% endblock %}
</body>
</html>