20 lines
411 B
Plaintext
20 lines
411 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>{ifset title}{include title|stripHtml} | {/ifset}Nette Web</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div n:foreach="$flashes as $flash" n:class="flash, $flash->type">{$flash->message}</div>
|
|
|
|
{include content}
|
|
|
|
{block scripts}
|
|
<script src="https://unpkg.com/nette-forms@3"></script>
|
|
{/block}
|
|
</body>
|
|
</html>
|