{% capture logo_href %}{% assign temp_href = data.logo.href | default: site.brand.href | default: '/dashboard' %}{% if temp_href and temp_href != '' and temp_href != 'null' %}{{ temp_href }}{% else %}javascript:void(0){% endif %}{% endcapture %} {% capture logo_src %}{% if data.logo.src %}{{ data.logo.src }}{% else %}{{ site.brand.images.brandmark | default: null }}{% endif %}{% endcapture %} {% capture logo_text %}{{ data.logo.text | default: site.brand.name | uj_liquify }}{% endcapture %}
{% iftruthy logo_src %}
{{ logo_text }} Logo
{% endiftruthy %} {% iftruthy logo_text %} {{ logo_text }} {% endiftruthy %}
{% if data.bottom %}
{% if data.bottom.ad.enabled %} {% include /modules/adunits/adsense.html type="in-article" vert-size="380" %} {% endif %}
{% endif %}