- Fixed default layout indentation
This commit is contained in:
parent
0de4a9d05a
commit
10317a55f2
|
@ -21,36 +21,36 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main id="body-main">
|
<main id="body-main">
|
||||||
{% section "nav" %}
|
{% section "nav" %}
|
||||||
{% view "lean-console/base/console/main-nav" %}
|
{% view "lean-console/base/console/main-nav" %}
|
||||||
{% endsection %}
|
{% endsection %}
|
||||||
|
|
||||||
<div id="right-panel">
|
<div id="right-panel">
|
||||||
<header id="body-header">
|
<header id="body-header">
|
||||||
{% section "header" %}{% endsection %}
|
{% section "header" %}{% endsection %}
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div id="subheader">
|
<div id="subheader">
|
||||||
<h1>{% section "subheader" %}{% _ "page-title" %}{% endsection %}</h1>
|
<h1>{% section "subheader" %}{% _ "page-title" %}{% endsection %}</h1>
|
||||||
{% section "breadcrumb" %}
|
{% section "breadcrumb" %}
|
||||||
<ul class="breadcrumb">
|
<ul class="breadcrumb">
|
||||||
<li class="breadcrumb-item">Console</li>
|
<li class="breadcrumb-item">Console</li>
|
||||||
{% section "breadcrumb-items" %}{% endsection %}
|
{% section "breadcrumb-items" %}{% endsection %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endsection %}
|
{% endsection %}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<section id="main-content">
|
||||||
|
{% section "content" %}{% endsection %}
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
</main>
|
||||||
|
|
||||||
<section id="main-content">
|
<footer id="body-footer">
|
||||||
{% section "content" %}{% endsection %}
|
{% section "footer" %}
|
||||||
</section>
|
© {{ date('Y') }} - LEAN
|
||||||
</div>
|
{% endsection %}
|
||||||
</main>
|
</footer>
|
||||||
|
|
||||||
<footer id="body-footer">
|
|
||||||
{% section "footer" %}
|
|
||||||
© {{ date('Y') }} - LEAN
|
|
||||||
{% endsection %}
|
|
||||||
</footer>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue