You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
374 B
21 lines
374 B
{% extends "st_base.html" %}
|
|
{% load static %}
|
|
{% load st_extratags %}
|
|
|
|
{% block javascript %}
|
|
{% endblock %}
|
|
|
|
{% block style %}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
|
|
<!-- Container (About Section) -->
|
|
<div class="w3-content w3-container w3-padding-64" id="about">
|
|
<h3 class="w3-center">Überschrift</h3>
|
|
<p class="w3-center"> Hier ist text</p>
|
|
</div>
|
|
|
|
|
|
{% endblock %}
|
|
|