terdia/legato

View on GitHub
resources/views/home.twig

Summary

Maintainability
Test Coverage
{% extends 'layouts/base.html.twig' %}

{% block title %} {{ 'Homepage' }}{% endblock %}

{% block body %}

<div class="text-center">
    <h1>Legato v1</h1>
    <p>Start building that next app.</p>
</div>

{% endblock %}