social.ftl

12 lines | 225 B Blame History Raw Download
<#import "template-main.ftl" as layout>
<@layout.mainLayout active='social' bodyClass='social'; section>

    <#if section = "header">

    Social Accounts

    <#elseif section = "content">


    </#if>
</@layout.mainLayout>