You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
website/_views/appunti-condivisi.html

12 lines
252 B
HTML

{{template "base" .}}
{{define "title"}}Condivisione Appunti • PHC{{end}}
{{define "body"}}
<h1>
<i class="fas fa-book"></i>
Condivisione Appunti
</h1>
<div id="app"></div>
<script src="/public/appunti-condivisi.min.js"></script>
{{end}}