cl-deck-builder2/templates/workbench/test.html
2024-03-05 22:11:33 -05:00

6 lines
159 B
HTML

{% extends "layouts/minimal.html" %}
{% block title %}{_ "Workbench" _}{% endblock %}
{% block content %}
{% include "workbench/test-1.html" %}
{% endblock %}