Sha256: a8cf66a3b0354f00b311337497bf6b6072208146645a3f6eb627561a8e0f7d5b
Contents?: true
Size: 429 Bytes
Versions: 8
Compression:
Stored size: 429 Bytes
Contents
title: type: string description: The title to put in the browser's title bar. required: false content: type: string description: The content from the page template. required: true --- <!doctype html> <html> <head> <title>{{ title }}</title> <link rel="stylesheet" href="/themes/Your%20Theme/styles.css" /> </head> <body> <section id="content"> {{ content }} </section> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems