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