Sha256: 716ae8edb6c5154c5326815498bf5f87be03a8ffea00ceaf141f9b8c4fc8b55d
Contents?: true
Size: 547 Bytes
Versions: 4
Compression:
Stored size: 547 Bytes
Contents
<!DOCTYPE html> <html lang="en"> {{> shared/head}} <body id="{{slug}}"> <section id="wrapper" class="magic"> {{> shared/header}} <article> <h2>{{headline}}</h2> {{{body}}} <figure> {{#images}} {{! renders files located in a "images" folder within you page content }} <img src="{{path}}" alt="{{name}}" /> {{/images}} </figure> </article> <aside> {{{aside}}} </aside> <div class="clear"></div> {{> shared/footer}} </section> {{> shared/analytics }} </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems