Sha256: 4dfa807b28260381a844a7c72d2572de30ba3f2cc10d81a1a734f4928a897a3b
Contents?: true
Size: 410 Bytes
Versions: 62
Compression:
Stored size: 410 Bytes
Contents
--- title: Home page published: true --- <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{{ site.name }}</title> <meta name="keywords" value="{{ site.meta_keywords }}" /> <meta name="description" value="{{ site.meta_description }}" /> </head> <body> <h1>{{ page.title }}</h1> {% block 'main' %} <p>Lorem ipsum....</p> {% endblock %} </body> </html>
Version data entries
62 entries across 62 versions & 2 rubygems