{% set package_version = twee.getConfig('twee:package:version') %} {{ meta.title|default(tr('Starter Template for Bootstrap')) }} {% block css %} {% if settings.env == 'production' %} {% else %} {% endif %} {% endblock css %} {% block header %} {% include '../common/partials/header.base.html' %} {% endblock header %}
{% block content %}

{{ tr('Bootstrap starter template') }}

{{ tr('Use this document as a way to quickly start any new project.
All you get is this text and a mostly barebones HTML document.') }}

{% endblock content %}
{% block footer %} {% include '../common/partials/footer.base.html' %} {% endblock footer %} {% block js %} {% if settings.env == 'production' %} {% else %} {% endif %} {% endblock js %}