Template Error

Variable "entry" does not exist.

/home/hh051630/public_html/craft/templates/index.html(22)

10  #
11  # It's worth noting that even if you didn't have a Homepage Single section,
12  # as long as this template remains at craft/templates/index.html, it
13  # would still be the one to get loaded when accessing http://yoursite.com/,
14  # albeit without an ‘entry’ variable already set for you.
15  #
16  # See this page for more details on how Craft routes requests:
17  # http://craftcms.com/docs/routing
18  #}
19 {% set pagetype = 'home' %}
20 
21 {# SEO SETTINGS #}
22 {% if entry.seoTitle %}
23     {% set title = entry.seoTitle %}
24 {% else %}
25     {% set title = entry.title %}
26 {% endif %}
27 {% set seoKeywords = entry.seoKeywords %}
28 {% set seoDescription = entry.seoDescription %}
29 
30 {% extends "_layout" %}
31 
32 {% block content %}
33                 <header class="{{ pagetype }}">
34                     <div id="proj-carousel">
2024-03-28 16:20:18 Apache / Craft CMS 2.7.3