mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{ isset(title) ? title : "Default" }}</title>
|
|
</head>
|
|
<body>
|
|
{{block documentBody()}}{{end}}
|
|
</body>
|
|
</html>
|