Remove nuxt + 100 other things..
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% set title = note.title %} {% extends "__base__.html" %} {% block content %}
|
||||
|
||||
<div class="container mx-auto p-4">
|
||||
<h1 class="text-3xl underline mb-4">{{ note.title }}</h1>
|
||||
<div id="note">{{ note.html | raw }}</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user