index
:
euandre.org
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
site
/
templates
/
pastebin-list.html
blob: 4c98c80440ed397e4ab5cb51b7ce3711fa1da0bd (
about
) (
plain
) (
blame
)
1
2
3
4
5
6
7
<
ul
>
$for(pastebins)$
<
li
>
<
a
href
=
"$url$"
>
$title$
</
a
>
- $date$
</
li
>
$endfor$
</
ul
>