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

12 lines
169 B
Smarty
Raw Normal View History

2013-11-08 14:47:55 +00:00
{extends file="teams/layout.tpl"}
{block name=head}
<link href="/css/common.css" rel="stylesheet">
{/block}
{block name=content}
<h1>
THIS IS TEAM
</h1>
{/block}