{% load unsplash_tags sass_tags %}
{% if top_separator_name or bot_separator_name %}
{% if top_separator_name %} {% useparator top_separator_name %} {% endif %} {% if bot_separator_name %} {% useparator bot_separator_name top=False %} {% endif %}
{% endif %}