Last active
May 10, 2016 14:57
-
-
Save Nepoxx/7ee49dcc310992c42e4c4e348bf19f62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<require from="~/_templates/sidebar/sidebar"></require> | |
<require from="~/_templates/topbar/topbar"></require> | |
<div class="container body"> | |
<div class="main_container"> | |
<!-- sidebar menu --> | |
<side-bar class="side-bar"></side-bar> | |
<!-- /sidebar menu --> | |
<!-- top navigation --> | |
<top-bar class="top-bar"></top-bar> | |
<!-- /top navigation --> | |
<!-- page content --> | |
<div class="right_col" role="main"> | |
<router-view class="dist-body content"></router-view> | |
</div> | |
<!-- /page content --> | |
<!-- footer content --> | |
<footer class="footer"> | |
<div class="pull-right"> | |
Made by Sarbakan from an original template by <a href="https://colorlib.com">Colorlib</a> | |
</div> | |
<div class="clearfix"></div> | |
</footer> | |
<!-- /footer content --> | |
</div> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment