Sha256: 3dce359294970fa217b11c215e2ebdc005988d1879f7fe492720e61d02004bd2
Contents?: true
Size: 383 Bytes
Versions: 9
Compression:
Stored size: 383 Bytes
Contents
<!DOCTYPE html> <html lang="en"> {% include "shared/head" %} <body id="{{slug}}"> <section id="wrapper"> {% include "shared/header" %} <article> <h2>{{headline}}</h2> <section role="main"> {{body}} </section> </article> {% include "shared/footer" %} </section> {% include "shared/analytics" %} </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems