1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-09 07:36:34 +02:00

files from tm2

This commit is contained in:
trendschau
2023-03-26 18:56:54 +02:00
parent db8d1a5d3a
commit dcc86456af
45 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{% extends 'layouts/layoutContent.twig' %}
{% block title %}{{ translate('Visual Editor') }}{% endblock %}
{% block content %}
<h1 class="text-3xl font-bold mb-4">{{ translate('Visual Editor') }} </h1>
<div id="editor" v-cloak></div>
{% endblock %}
{% block javascript %}
{% endblock %}