23 lines
433 B
HTML
23 lines
433 B
HTML
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<div class="site-ctr">
|
|
<!-- Navbar -->
|
|
{% include nav.html %}
|
|
<!-- <div style="height:5vh"></div> -->
|
|
|
|
<div class="reactive-bg">
|
|
<div class="post container" style="min-height:100vh">
|
|
<h1>About Me</h1>
|
|
<hr>
|
|
{{content}}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
{% include footer.html %}
|
|
|
|
|
|
|
|
</body> |