- Fixed default layout indentation

This commit is contained in:
Dave M. 2023-11-07 16:22:54 +00:00
parent 0de4a9d05a
commit 10317a55f2
1 changed files with 27 additions and 27 deletions

View File

@ -21,36 +21,36 @@
</head>
<body>
<main id="body-main">
{% section "nav" %}
{% view "lean-console/base/console/main-nav" %}
{% endsection %}
<main id="body-main">
{% section "nav" %}
{% view "lean-console/base/console/main-nav" %}
{% endsection %}
<div id="right-panel">
<header id="body-header">
{% section "header" %}{% endsection %}
</header>
<div id="right-panel">
<header id="body-header">
{% section "header" %}{% endsection %}
</header>
<div id="subheader">
<h1>{% section "subheader" %}{% _ "page-title" %}{% endsection %}</h1>
{% section "breadcrumb" %}
<ul class="breadcrumb">
<li class="breadcrumb-item">Console</li>
{% section "breadcrumb-items" %}{% endsection %}
</ul>
{% endsection %}
<div id="subheader">
<h1>{% section "subheader" %}{% _ "page-title" %}{% endsection %}</h1>
{% section "breadcrumb" %}
<ul class="breadcrumb">
<li class="breadcrumb-item">Console</li>
{% section "breadcrumb-items" %}{% endsection %}
</ul>
{% endsection %}
</div>
<section id="main-content">
{% section "content" %}{% endsection %}
</section>
</div>
</main>
<section id="main-content">
{% section "content" %}{% endsection %}
</section>
</div>
</main>
<footer id="body-footer">
{% section "footer" %}
&copy; {{ date('Y') }} - LEAN
{% endsection %}
</footer>
<footer id="body-footer">
{% section "footer" %}
&copy; {{ date('Y') }} - LEAN
{% endsection %}
</footer>
</body>
</html>