{% extends 'dh5bp/base_script_in_head.html' %}
{% load staticfiles %}
{% load url from future %}
{% block head %}
{% block dh5mbp_css %}
{% comment %}
This is remote and not included in the package, because I don't want to
be in the business of maintaining the images. The CSS will continue
to be included with the package, but you'll have to have to jump
through hoops to support images.
{% endcomment %}
{% endblock %}
{% block dh5mbp_ios_icons %}
{% endblock %}
{% endblock %}
{% block pre_main_script %}
{% if not skip_add_to_home %}
{% endif %}
{% endblock %}
{% block post_main_script %}
{% block dh5mbp_js %}
{% with dh5mbp_jqm_version|default:'1.4.2' as temp %}
{% endwith %}
{% endblock %}
{% endblock %}