--- layout: default ---

{{ page.description }}

{{ page.title | liquify }} hosting
{{ page.content }}
{% if page.pricing %}

{{ site.data[site.active_lang].texts.product.configurator.title | liquify }}

{% endif %}

{{ site.data[site.active_lang].texts.product.notes.title | liquify }}

{% if page.product_type=="managed-hosting" %}
    {% for note in site.data[site.active_lang].texts.product.notes.managed-hosting %}
  • {{ note[1] | markdownify }}
  • {% endfor %}
{% elsif page.product_type=="addon-services" %}
    {% for note in site.data[site.active_lang].texts.product.notes.addon-services %}
  • {{ note[1] | markdownify }}
  • {% endfor %}
{% endif %}
    {% if page.product_type=="managed-hosting" %} {% for item in site.data[site.active_lang].texts.product.sidebar.managed-hosting %} {% assign link = item.link | liquify %} {% if link != "" %}
  • {{ item.text }} {{ item.link_text | liquify }}
  • {% endif %} {% endfor %} {% elsif page.product_type=="addon-services" %} {% for item in site.data[site.active_lang].texts.product.sidebar.addon-services %} {% assign link = item.link | liquify %} {% if link != "" %}
  • {{ item.text }} {{ item.link_text | liquify }}
  • {% endif %} {% endfor %} {% endif %} {% if page.blog and site.related_posts.size >= 1 %}
  • {{ site.data[site.active_lang].texts.product.related_blogposts | liquify }}

    {% assign sorted_posts = site.related_posts | where: "lang", site.active_lang %} {% for post in sorted_posts limit: 3 %}
    {{ post.title }}
    {{ post.title }}
    {% endfor %}
  • {% endif %} {% include views/share.html %}
{% include views/testimonials.html display='type-2' %}