23 lines
453 B
Smarty
Executable File
23 lines
453 B
Smarty
Executable File
<!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> > {{category}} .. ☆ .</div>
|
||
|
||
{{!base}}
|
||
|
||
% include('footer.tpl')
|
||
|
||
</div>
|
||
|
||
</body>
|
||
|
||
</html>
|