mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
content template changed
This commit is contained in:
Vendored
BIN
Binary file not shown.
@@ -1,4 +1,6 @@
|
||||
{% load static %}
|
||||
|
||||
{% block breadcrumb %}
|
||||
<div class="sub-header-container">
|
||||
<header class="header navbar navbar-expand-sm">
|
||||
<a href="javascript:void(0);" class="sidebarCollapse" data-placement="bottom"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg></a>
|
||||
@@ -7,10 +9,11 @@
|
||||
<li>
|
||||
<div class="page-header">
|
||||
<div class="page-title">
|
||||
<h3>Blank Page</h3>
|
||||
{% block breadcrumb_title %}<h3>This is headline</h3>{% endblock breadcrumb_title %}
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
</div>
|
||||
{% endblock breadcrumb %}
|
||||
|
||||
@@ -23,15 +23,11 @@
|
||||
</div></div></div>
|
||||
|
||||
<!-- TOP NAVBAR BEGIN -->
|
||||
{% block navbar %}
|
||||
{% include 'base/_items/top_nav.html' %}
|
||||
{% endblock navbar %}
|
||||
<!-- TOP NAVBAR ENDS -->
|
||||
|
||||
<!-- BEGIN BREADCRUMB -->
|
||||
{% block breadcrumb %}
|
||||
{% include 'base/_items/breadcrumb.html' %}
|
||||
{% endblock breadcrumb %}
|
||||
<!-- END BREADCRUMB -->
|
||||
|
||||
<!-- BEGIN MAIN CONTAINER -->
|
||||
@@ -49,11 +45,10 @@
|
||||
<!-- BEGIN CONTENT PART -->
|
||||
<div id="content" class="main-content">
|
||||
<div class="layout-px-spacing">
|
||||
|
||||
<div class="row layout-top-spacing">
|
||||
{% block content %}
|
||||
{% block main_content %}
|
||||
|
||||
{% endblock content %}
|
||||
{% endblock main_content %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user