{% load static from staticfiles %} {% load filter_extras %} {% block stylesheets %}{% endblock %}

Pengutronix e.K.
Peiner Straße 6-8
31137 Hildesheim

Tel.: +49-5121-206917-0
Fax: +49-5121-206917-5555
Mail: info@pengutronix.de

http://www.pengutronix.de

{% for i in news %} {% if forloop.first %} {% endif %}

{{ i.date }} {{ i.title}}

{% endfor %}
{% block content %}{% endblock %}
{% block script %}{% endblock %}