2018-11-05 16:34:20 +01:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block title %}
|
|
|
|
My_Index
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2018-11-12 17:15:20 +01:00
|
|
|
|
|
|
|
<div class="jumbotron">
|
|
|
|
<h1 class="display-4">Text als Jumbotron :-)</h1>
|
|
|
|
<p class="lead">Hier kommt noch zusätzlicher text, der den/das Jombotron näher erklärt</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<img src="https://www.th-nuernberg.de/fileadmin/global/Bilderpool_KOM/Standorte/Standortbild/171958_8_3_W.jpg">
|
|
|
|
|
2018-11-05 16:34:20 +01:00
|
|
|
{% endblock %}
|