This commit is contained in:
Will Abbott 2024-09-29 17:08:14 +01:00
parent e457e9a1e7
commit 272a16400c
4 changed files with 8 additions and 13 deletions

View file

@ -1 +0,0 @@
<c-compiler.comp simple="simples!" complex="{% now 'd' %}" />

View file

@ -1,3 +0,0 @@
{{ simple }}
{{ complex }}

View file

@ -2,7 +2,6 @@ from . import views
from django.urls import path
urlpatterns = [
path("compiler", views.build_view("compiler"), name="compiler"),
path(
"",
views.build_view(