1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files
locomotive-boilerplate/views/templates/project.twig
2024-01-18 17:17:11 -05:00

17 lines
337 B
Twig

---
pagination:
data: projects
size: 1
alias: project
permalink: "project/{{ project.title | slug }}/index.html"
---
{% extends "@layouts/base.twig" %}
{% block content %}
<div data-module-scroll="main">
<h1 class="c-heading -h1">{{project.title}}</h1>
<p>{{project.desc}}</p>
</div>
{% endblock %}