opus-magnum split
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load django_vite %}
|
||||
|
||||
{% block title %}Opus Magnum Puzzle Submitter{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
{% vite_asset 'src/main.ts' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div id="app" data-collection-title="{{ collection.title }}" data-collection-url="{{ collection.url }}" data-collection-description="{{ collection.description }}"></div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user