webeng/news/templates/posts/index.html
2019-11-05 12:56:51 +01:00

13 lines
228 B
HTML

{% extends 'base.html' %}
{% block title %}
Index
{% endblock %}
{% block content %}
<div class="jumbotron">
<h1 class="display-4">Index of News App</h1>
<p class="lead">Some placeholder Text</p>
</div>
{% endblock %}