Template Error

Variable "entry" does not exist.

/home/spacema1/public_html/irheuma.com/v1.0/craft/templates/index.html(7)

01 {% extends "_default" %}
02 
03 {% block precontent %}
04     {% cache globally using key "precontent-" ~ craft.request.path %}
05         <div class="section-hero">
06             <div class="content-wrapper">
07                 <div class="content nolink">{{ entry.headline }}</div>
08             </div>
09         </div>
10     {% endcache %}
11 {% endblock %}
12 
13 {% block content %}
14     {% cache globally using key "content-" ~ craft.request.path %}
15         <div class="content content-lead typo">
16             <h1>{{ entry.title }}</h1>
17             <div class="lead">
18                 {{ entry.lead }}
19             </div>
2024-03-29 11:53:39 LiteSpeed / Craft CMS 2.9.2