Files
blessfrey-bottle/src/views/frame.tpl
T
2025-01-06 18:15:58 -06:00

23 lines
453 B
Smarty
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
% include('header.tpl')
<body>
<div class="grid">
<div class="top">.  ★. . <a href="/">blessfrey.me</a> &nbsp;> {{category}} ..  ☆  .</div>
{{!base}}
% include('footer.tpl')
</div>
</body>
</html>