ldview/src/ldview/views/templates/home.html
2013-09-28 10:40:54 +02:00

24 lines
400 B
HTML

{% extends "ldview/views/templates/base.html" %}
{% block content %}
<div class="hero-unit">
<h1>Welcome to ldview</h1>
<p>Time to start building your site!</p>
<p><a class="btn btn-primary btn-large" href="http://luminusweb.net">Learn more &raquo;</a></p>
</div>
<div class="row-fluid">
<div class="span8">
{{content|safe}}
</div>
</div>
{% endblock %}