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.
14 lines
293 B
HTML
14 lines
293 B
HTML
2 years ago
|
{{template "base" .}}
|
||
|
|
||
|
{{define "title"}}Condivisione Appunti • PHC{{end}}
|
||
|
|
||
|
{{define "body"}}
|
||
|
<section>
|
||
|
<h1>
|
||
|
<i class="fas fa-book"></i>
|
||
|
Condivisione Appunti
|
||
|
</h1>
|
||
|
<div id="app"></div>
|
||
|
</section>
|
||
|
<script src="/public/appunti-condivisi.min.js"></script>
|
||
|
{{end}}
|