15 lines
366 B
Cheetah
15 lines
366 B
Cheetah
|
{{define "title"}}
|
||
|
<div class="titleArea">
|
||
|
<ul id=titleArea>
|
||
|
<li>
|
||
|
<h1 style="margin-bottom:0px;"><a class="title" href="/" style="text-decoration: none;">{{.Title}}</a></h1>
|
||
|
<div class="tagline">
|
||
|
<p style="text-indent: 0; margin-top:10px;">play, talk, develop</p>
|
||
|
</div>
|
||
|
</li>
|
||
|
<li style="width:568px;padding:50px;">
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
{{end}}
|