Revision 66a06bffa84e2107fa4912849c66a64de9bc53ca authored by LuisGC on 02 July 2017, 08:12:50 UTC, committed by LuisGC on 02 July 2017, 08:12:50 UTC
1 parent e092491
Raw File
content-single.ftl
<article class="post">
  <#include "header.ftl">

  <#include "../commons/featured_nolink.ftl">

  <div id="content">
    ${post.body}
  </div>

  <footer>
  	<#include "../commons/footer-tags.ftl">
  </footer>

  <section id="social-share">
    <ul class="icons">
      <#include "../commons/share-links.ftl">
    </ul>
  </section>

</article>
back to top