]> git.datanom.net - pwp.git/blame - app/templates/index.html
initial commit
[pwp.git] / app / templates / index.html
CommitLineData
e5424f29
MR
1{% extends "base.html" %}
2
3{% block title %}
4{{ title }}
5{% endblock %}
6
7{% block content %}
8 {% include 'menu.html' %}
9 {% include 'flash.html' %}
10
11 <div class="container">
12 <div class="starter-template">
13 <h1>Select a portfolio</h1>
14 </div>
15 </div>
16
17{% endblock %}
This page took 0.028513 seconds and 5 git commands to generate.