{% load markuptags sekizai_tags %}{% rendermarkup %}{% if dont_use_sekizai %}{{ markup_stylesheets|content_stylesheets }}{% else %}{% for stylesheet in markup_stylesheets %}{% addtoblock "css" %}{% endaddtoblock %}{% endfor %}{% endif %}{% if dont_use_sekizai %}{{ markup_scripts|content_scripts }}{% else %}{% for script in markup_scripts %}{% addtoblock "js" %}{% endaddtoblock %}{% endfor %}{% endif %}