I2P brand styleguides for the web
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.0 KiB

<!DOCTYPE html>
<html lang="en" dir="ltr" data-theme="light">
{% include head.html %}
<body>
{% include navbar.html %}
<div class="row">
<div class="col-md-3 col-sm-5 hidden-sm p-0">
<div class="row" style="height: 100%">
<div class="col-md-6 col-sm-6 col-xs-6 p-0">
{% include navbar_side.html sidebarClassName="rb-sidebar__1" %}
</div>
<div class="col-md-6 col-sm-6 col-xs-6 p-0">
{% include sidebar.html sidebarClassName="rb-sidebar__2" %}
</div>
</div>
</div>
<div class="col-lg-9 py-5 pl-sm-5">
{% include components/alerts.html %}
{% include components/badges.html %}
{% include components/buttons.html %}
{% include components/cards.html %}
{% include components/footer.html %}
{% include components/forms.html %}
{% include components/navbar.html %}
{% include components/paginate.html %}
{% include components/tables.html %}
</div>
</div>
{% include scripts.html %}
</body>
</html>