social.ftl

12 lines | 191 B Blame History Raw Download
<#import "template-main.ftl" as layout>
<@layout.mainLayout ; section>

    <#if section = "header">

    Social Accounts

    <#elseif section = "content">


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