Sha256: 7b213a91efa4c50dd6aa41ff0e4d8681881379e10c7a49bc860fcc712b2732f7
Contents?: true
Size: 352 Bytes
Versions: 1
Compression:
Stored size: 352 Bytes
Contents
<!DOCTYPE html> <html> <head> <style> h1 {color:red;} p {color:blue;} </style> {% if page.title %} <title>{{page.title}}</title> {% endif %} </head> <body> {% if page.h1 %} <h1>{{ page.h1 }}</h1> {% endif %} <h2> this is default h2</h2> {% if site.data.test.name %} <p>{{site.data.test.name}}</p> {% endif %} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appscms-theme-0.1.0 | _layouts/vivek.html |