open-orchestra/open-orchestra-user-bundle

View on GitHub
UserBundle/Resources/views/baseLayout.html.twig

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>{% block title %}OpenOrchestraUserBundle{% endblock %}</title>
</head>
    <body>
        {% block body %}

        {% endblock %}
    </body>
</html>