Sha256: a614457cd6d27e739f294e8a99bfd11028d4b97394f856dbd50e9d8515508c90
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
<html> <!-- DO NOT MODIFY THIS FILE DIRECTORY! This file is automatically generated from a text file by juli(1). Thanks! --> <%# = Required methods juli(1) template must have following methods: title:: title string prototype:: prototype url javascript:: javascript url stylesheet:: stylesheet url body:: generate html = Optional methods Following helper methods are optional: contents:: draw contents of page %> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= title %></title> <script src="<%= prototype %>" type="text/javascript"></script> <script src="<%= javascript %>" type="text/javascript"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> <link href="<%= stylesheet %>" rel="stylesheet" type="text/css" /> </head> <body> <div class=container> <h1><%= title %></h1> <%= contents %> <br/><br/> <%= body %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
juli-2.3.2 | lib/juli/template/simple.html |
juli-2.3.1 | lib/juli/template/simple.html |