{% extends 'base.html.twig' %}
{% block body %}
{{ include('partials/_nav.html.twig') }}
{{ include('partials/_hero.html.twig') }}
{{ include('partials/_about.html.twig') }}
{{ include('partials/_skills.html.twig') }}
{{ include('partials/_experience.html.twig') }}
{{ include('partials/_projects.html.twig') }}
{{ include('partials/_contact.html.twig', {'contact_form': contact_form}) }}
{{ include('partials/_footer.html.twig') }}
{% endblock %}