This repository has been archived on 2025-03-17. You can view files and clone it, but cannot push or open issues or pull requests.
website/templates/index.html
2018-01-19 17:38:26 +01:00

18 lines
365 B
HTML

{% extends 'layout.html' %}
{% set active_page = 'index' %}
{% set title = '^_^' %}
{% block body %}
<main class="text">
<h2>Welcome</h2>
<p>... to my website!</p>
<p>My name is Rupus Reinefjord. I am a Computer Science student at
KTH Royal Institute of Technology. My passion is programming, technology,
and music.
</p>
</main>
{% endblock %}