first commit
This commit is contained in:
8
templates/notes.html
Normal file
8
templates/notes.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<h1 class="pagetitle">$title$</h1>
|
||||
<ul>
|
||||
$for(posts)$
|
||||
<li>
|
||||
<a href="$url$">$title$</a>
|
||||
</li>
|
||||
$endfor$
|
||||
</ul>
|
||||
Reference in New Issue
Block a user