13 lines
341 B
HTML
13 lines
341 B
HTML
$def with (title)
|
|
<html>
|
|
<head>
|
|
<title>Deluge(example) : $title</title>
|
|
<link rel="icon" href="/static/images/deluge_icon.gif" type="image/gif" />
|
|
<link rel="shortcut icon" href="/static/images/deluge_icon.gif" type="image/gif" />
|
|
</head>
|
|
<body>
|
|
<img src="/template/static/example.png">
|
|
<a href=/home>[HOME]</a>
|
|
|
|
<h1>$title</h1>
|