diff --git a/l4d2web/l4d2web/templates/overlay_file_editor.html b/l4d2web/l4d2web/templates/overlay_file_editor.html new file mode 100644 index 0000000..1b00c80 --- /dev/null +++ b/l4d2web/l4d2web/templates/overlay_file_editor.html @@ -0,0 +1,47 @@ +{% extends base_layout %} +{% block title %}Edit {{ rel_path }} · {{ overlay.name }}{% endblock %} +{% block extra_head %}{% include "_editor_assets.html" %}{% endblock %} +{% block content %} + + + + + +{% endblock %}