projects
/
mirror
/
dsa-wiki.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add templates
[mirror/dsa-wiki.git]
/
templates
/
titlepage.tmpl
1
<p>
2
<TMPL_IF NAME="PERMALINK">
3
<a href="<TMPL_VAR PERMALINK>"><TMPL_VAR TITLE></a>
4
<TMPL_ELSE>
5
<a href="<TMPL_VAR PAGEURL>"><TMPL_VAR TITLE></a>
6
</TMPL_IF>
7
</p>