https://github.com/LuisGC/blog
Raw File
Tip revision: 3f1e6dcb65ed38478393150db09320c5e7c5c1e2 authored by CircleCI on 18 February 2018, 16:35:41 UTC
Generated site on Sun Feb 18 16:35:41 UTC 2018 [ci skip]
Tip revision: 3f1e6dc
page.ftl
<#include "header.ftl">

	<#include "menu.ftl">
	
	<div id="main">
		<#assign post = content />
		<#if (post??) >
			<#include "page/content-single.ftl">
		</#if>
    </div>
	<#include "commons/sidebar.ftl">

<#include "footer.ftl">
back to top