tests
<div class="hometext">
{% if pages[settings.home_page_mid_content_title] %}
{{ pages[settings.home_page_mid_content_title].content }}
{% else %}
<h2>Welcome</h2>
<p>You made it! Congratulations on starting your own e-commerce store!</p>
<p>This is your shop’s frontpage, and it’s the first thing your customers will see when they arrive. You’ll be able to organize and style this page however you like.</p>
<p>To get started adding products to your shop, head over to the <a href="/admin">Admin Area</a>.</p>
<p>Enjoy the software,<br />
Your Shopify Team.</p>
{% endif %}
</div><!-- .hometext -->