server/onyx/tpl/bootstrap/teams/me.tpl

12 lines
165 B
Smarty
Raw Normal View History

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