server/onyx/tpl/bootstrap/teams/team.tpl

12 lines
167 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 TEAM
</h1>
{/block}