cl-deck-builder2/templates/workbench/test.html

6 lines
159 B
HTML
Raw Permalink Normal View History

2024-01-21 02:35:35 -05:00
{% extends "layouts/minimal.html" %}
{% block title %}{_ "Workbench" _}{% endblock %}
{% block content %}
{% include "workbench/test-1.html" %}
{% endblock %}