mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
12 lines
178 B
Twig
12 lines
178 B
Twig
---
|
|
title: Home
|
|
---
|
|
|
|
{% extends "@layouts/base.twig" %}
|
|
|
|
{% block content %}
|
|
<div class="o-container">
|
|
<h1 class="c-heading -h1">Hello</h1>
|
|
</div>
|
|
{% endblock %}
|