Sha256: 2507c47fbc03b6776cd421c695a926e42977104667d286d6612a5ef9e91294f3
Contents?: true
Size: 498 Bytes
Versions: 7
Compression:
Stored size: 498 Bytes
Contents
<!doctype html> <html> {% include head.html %} {% include navigation.html %} <body> {% if layout.show_title or page.show_title%} <div class="container"> <center> <h1>{{ page.title }}</h1> </center> </div> {% endif %} <div class="container"> <center>{{ page.description }}</center> </div> <div class="container mt-2"> {{ content }} </div> {% include footer.html %} {% include scripts.html %} </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems