Files
meanTorrent/app/views/layouts/default.html
azure provisioned user 4e37a3f2c7 Initial commit for the site
2014-02-06 23:53:00 +00:00

13 lines
559 B
HTML

<!doctype html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" itemscope="itemscope" itemtype="http://schema.org/Product">
{% include '../includes/head.html' %}
<body>
<div class="navbar navbar-inverse navbar-fixed-top" data-ng-include="'views/header.html'" data-role="navigation"></div>
<section class="content">
{% block content %}{% endblock %}
</section>
<footer data-ng-include="'views/footer.html'"></footer>
{% include '../includes/foot.html' %}
</body>
</html>