Sha256: da6596e7e214a174c0c58fbb3a3eb7f9f1dd55577b9299756b472901f423e4b8
Contents?: true
Size: 774 Bytes
Versions: 4
Compression:
Stored size: 774 Bytes
Contents
<!DOCTYPE html> <!-- Forty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> {% include head.html %} <body> {% include header.html %} <section id="banner" class="style2"> <div class="inner"> <span class="image"> <img src="{{ site.baseurl }}/{{ page.image }}" alt=""> </span> <header class="major"> <h1>{{ page.title }}</h1> </header> <div class="content"> {{ page.description }} </div> </div> </section> {{ content }} {% include footer.html %} </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems