File: blog.html.ep

package info (click to toggle)
libmojo-sqlite-perl 3.009-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 610; sql: 11; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
    <title><%= title %></title>
    <style>
      a, body { color: #2a2a2a }
      body { font: 0.9em 'Helvetica Neue', Helvetica, sans-serif }
      input[type=text], textarea { width: 600px }
      input.field-with-error, textarea.field-with-error {
        border: 4px solid #f00;
      }
      textarea { height: 300px }
    </style>
  </head>
  <body>
    <h1><%= link_to 'Blog' => 'posts' %></h1>
    %= content
  </body>
</html>