Sha256: 7d29b8d18acb3b4ce953d119c5dda8b9fd49ec2e2c5489cd3a085072cd70f800
Contents?: true
Size: 815 Bytes
Versions: 12
Compression:
Stored size: 815 Bytes
Contents
<html> <head> <title><%= @name %> | Orthorings Default Layout</title> <%= keywords.untaint %> <%= description.untaint %> <%= orthor_feed_tags.untaint %> <style> * { margin: 0; } body { margin: 20px; font-family: helvetica,arial,sans-serif; color: #333; background-color: #fff; } div, p { margin: 10px 0px; } div.template-explanation { float: right; margin-left: 20px; } div.template-explanation p { margin: 0; } div.template-explanation pre { padding: 5px; background-color: #ccc; } </style> </head> <body> <div class="template-explanation"> <p>Tell Orthor about your own template:</p> <pre> Orthor::Site.define do layout :application ... end </pre> </div> <div class="content"> <%= yield %> </div> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems