File: simple.tmpl

package info (click to toggle)
template-glib 3.38.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 788 kB
  • sloc: ansic: 6,774; yacc: 288; lex: 237; javascript: 16; makefile: 14; python: 12
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
 <head>
  <title>{{title="Example Page"}}</title>
 </head>
 <body>
{{if title}}
  <h1>{{title}}</h1>
{{else}}
  <h1>Untitled</h1>
{{end}}
 </body>
</html>