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
tags.ftl
<#include "header.ftl">

	<#include "menu.ftl">

    <div id="main">
        <h1>Tag: ${tag}</h1>
        
        <#list tag_posts as post>
        	<#include "post/content-list.ftl">
        
        </#list>
    </div>

	<#include "commons/sidebar.ftl">
<#include "footer.ftl">
back to top