mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
add default layout
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
cl_chill_main_homepage:
|
||||
pattern: /hello/{name}
|
||||
pattern: /hello
|
||||
defaults: { _controller: CLChillMainBundle:Default:index }
|
||||
|
25
Resources/views/layout.html.twig
Normal file
25
Resources/views/layout.html.twig
Normal file
@@ -0,0 +1,25 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
{% stylesheets filter="compass" output="css/all.css"
|
||||
"@CLChillMainBundle/Resources/assets/gumpy/sass/gumby.scss" %}
|
||||
<link rel="stylesheet" href="{{ asset_url }}"/>
|
||||
{% endstylesheets %}
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<p> Hello ! </p>
|
||||
|
||||
<div class="medium primary btn">
|
||||
<a href="#">Primary</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user