Sha256: 190912a62bc81a663af8399f3aa3860db9f049b32131c1b0b8e6120cfc78aa14
Contents?: true
Size: 673 Bytes
Versions: 9
Compression:
Stored size: 673 Bytes
Contents
<!DOCTYPE html> <html lang="en"> {% include "shared/head" %} <body id="{{slug}}"> <section id="wrapper" class="magic"> {% include "shared/header" %} <article> <h2>{{headline}}</h2> <section role="main"> {{body}} </section> <figure> {% for image in images %} <!-- renders files located in a "images" folder within you page content --> <img src="{{image.path}}" alt="{{image.name}}" /> {% endfor %} </figure> </article> <aside> {{aside}} </aside> <div class="clear"></div> {% include "shared/footer" %} </section> {% include "shared/analytics" %} </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems