{% extends "layout_template.html" %} {%- block head -%} {{super()}} {{template_data.brandName}} | Research Software Directory {% if template_data.conceptDOI %}{% endif %} {% include 'software/breadcrumbs.html' %} {% include 'software/metadata.html' %} {%- endblock -%} {%- block content -%} {% block corporate_home %}{% endblock %} {% include 'software/introduction.html' %} {% include 'software/get_started.html' %} {% include 'software/citation.html' %} {% include 'software/about.html' %} {% include 'software/collaborations.html' %} {% include 'software/mentions.html' %} {% include 'software/testimonials.html' %} {% include 'software/projects.html' %} {% include 'software/contributors.html' %} {% include 'software/related_tools.html' %} {% include 'software/logging.html' %} {%- endblock -%}