mirror of
https://github.com/MathiasDPX/blog.git
synced 2025-05-10 15:43:09 +00:00
publish v1
This commit is contained in:
commit
761e6d810a
21 changed files with 526 additions and 0 deletions
10
templates/editor/demo.html
Normal file
10
templates/editor/demo.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% block head %}
|
||||
<title>Demo</title>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
{{ written }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue