12 lines
147 B
HTML
12 lines
147 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{{ title }}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Other Template</h1>
|
|
{{ content }}
|
|
</body>
|
|
</html>
|