generator-loom
Version:
Code generator for loom projects
46 lines (36 loc) • 1.34 kB
HTML
<div id="<%= pages %>" class="page-layout simple right-sidenav" fusePerfectScrollbar>
<mat-sidenav-container>
<!-- SIDENAV -->
<!-- / SIDENAV -->
<!-- CENTER -->
<div class="center" fxFlex>
<!-- HEADER -->
<div class="sub-header p-6 blue-grey-200-bg" fxLayout="row" fxLayoutAlign="space-between center">
<!-- BREADCRUMB -->
<div class="breadcrumb text-truncate h1 pl-24" fxLayout="row" fxLayoutAlign="start center"
*fuseIfOnDom [@animate]="{value:'*',params:{x:'50px'}}">
<%= Pages %>
</div>
<!-- / BREADCRUMB -->
<!-- TOOLBAR -->
<div class="toolbar" fxLayout="row" fxLayoutAlign="end">
<button mat-icon-button class="mat-icon-button" aria-label="More" matTooltip="More">
<mat-icon>more_vert</mat-icon>
</button>
</div>
<!-- / TOOLBAR -->
</div>
<!-- / HEADER -->
<!-- CONTENT -->
<div class="content p-24">
<div class="content-card mat-white-bg mat-elevation-z4" fusePerfectScrollbar>
<p>Hello World!</p>
</div>
</div>
<!-- / CONTENT -->
</div>
<!-- / CENTER -->
<!-- SIDENAV -->
<!-- / SIDENAV -->
</mat-sidenav-container>
</div>