{% if (page.section == 'data') or (page.section == 'typeclasses') %}
{% assign linksSection = true %}
{% endif %}
{% if (page.source != null) or (page.scaladoc != null) %}
{% assign linksContent = true %}
{% endif %}
{% if linksSection and linksContent %}
{% endif %}