Sha256: f225191be7345c42c62d1833818756a052092e928347d2f617fe528fb967a9b0
Contents?: true
Size: 587 Bytes
Versions: 9
Compression:
Stored size: 587 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> <nav id="sub-navigation"> <ol> {% for child in children %} <li><a href="{{child.permalink}}">{{child.name}}</a></li> {% endfor %} </ol> </nav> {% include "shared/footer" %} </section> </body> {% include "shared/analytics" %} </html>
Version data entries
9 entries across 9 versions & 1 rubygems