server/onyx/tpl/bootstrap/teams/me.tpl
2013-11-08 15:47:55 +01:00

12 lines
167 B
Smarty

{extends file="teams/layout.tpl"}
{block name=head}
<link href="/css/common.css" rel="stylesheet">
{/block}
{block name=content}
<h1>
THIS IS ME
</h1>
{/block}