{% extends 'base.html.twig' %}
{% block title %}Welcome!{% endblock %}
{% block pageId %}home{% endblock %}
{% block body %}
<div class="card">
<div class="card-header h2">Home</div>
<div class="card-body">
<h3>What is eHymns.org?</h3>
<p class="p1">
eHymns.org is a resource comprised entirely of {{ hymnCount|format_number }} hymns that are either public domain or are free for use
in worshipping the one, true God and His Son, Jesus Christ through the power of the Holy Spirit. The
Bible calls us to pursue this worship both in spirit and in truth.
</p>
</div>
</div>
{% endblock %}