proxitok/templates/layouts/embed.latte

11 lines
143 B
Plaintext
Raw Permalink Normal View History

2022-04-10 10:10:48 +00:00
<!DOCTYPE html>
<html lang="en">
{include '../components/head.latte'}
<body>
{block content}{/block}
{block extra}{/block}
</body>
</html>