mirror of
https://github.com/itme-brain/itme-brain.github.io.git
synced 2026-03-23 12:09:44 -04:00
11 lines
No EOL
218 B
HTML
11 lines
No EOL
218 B
HTML
<!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> |