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
content-single.ftl
<article class="post">
   <#include "header.ftl">
   
   <#include "../commons/featured.ftl">
     
    <div id="content">
       ${post.body}
    </div>

    <footer>
    	<#include "../commons/footer-tags.ftl">
    	
    </footer>
</article>
back to top