This commit is contained in:
Bryan Ramos 2026-03-04 00:02:00 -05:00
parent 8c6b8d5d9b
commit 9576fe3e3f
21 changed files with 980 additions and 138 deletions

11
_layouts/base.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
{% include head.html %}
<title>{% if page.title %}{{ page.title }} | {% endif %}Bryan Ramos</title>
</head>
<body>
{% include header.html %}
{{ content }}
</body>
</html>