Set up CV page
This commit is contained in:
parent
18c60b22cd
commit
098b8b8e0d
14 changed files with 117 additions and 31 deletions
9
site/templates/cv.twig
Normal file
9
site/templates/cv.twig
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.twig" %}
|
||||
|
||||
{% block main %}
|
||||
<main class="cv">
|
||||
|
||||
<section class="cv__content">{{ cv | raw }}</section>
|
||||
|
||||
</main>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue