{% extends 'base.html' %} {% load staticfiles %} {% load bootstrap4 %} {% block content %}
{{ homepage.body|safe }}
{% for package in packages %}
{% endfor %}
Built with software packages from crowdbotics.com
Made with Crowdbotics.com
{% endblock %}