mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 23:36:21 +02:00
17 lines
292 B
Plaintext
17 lines
292 B
Plaintext
@layout('layouts/main')
|
|
@set('title', 'Arthur - Portfolio')
|
|
|
|
@section('body')
|
|
|
|
@include('partials/nav')
|
|
@include('partials/header')
|
|
|
|
<main>
|
|
@include('partials/main/about')
|
|
@include('partials/main/projects')
|
|
@include('partials/main/contact')
|
|
</main>
|
|
|
|
@include('partials/footer')
|
|
|
|
@end |