themes/solr/templates/fullwidth.html (21 lines of code) (raw):
{% extends "base.html" %}
{% block hero_header %}
<section class="hero alternate">
<div class="row">
{% block hero_header_inner %}
<div class="large-10 large-offset-1 columns">
<div class="annotation">
Apache Solr<sup>™</sup> {{ SOLR_LATEST_RELEASE }}
</div>
<h1>
Solr is the blazing-fast, open source, multi-modal search platform built on the full-text, vector, and geospatial search capabilities of Apache Lucene<sup>™</sup>.
</h1>
<div class="down-arrow"><a class="smooth-scroll" href="#learn-more" target="_self"><i class="fa fa-angle-down fa-2x red"></i></a></div>
</div>
{% endblock hero_header_inner %}
</div>
</section>
{% endblock hero_header %}
{% block content %}
{% block content_inner %}{{ page.content }}{% endblock %}
{% endblock %}