title = "Trang chủ"
url = "/"
layout = "default"
description = "Đầy đủ những điều bạn cần biết về chúng tôi"
is_hidden = 0
robot_index = "index"
robot_follow = "follow"
[viewBag]
localeUrl[en] = "/"
localeMeta_title[en] = "Goline Home"
localeUrl[ja] = "/"
localeMeta_title[ja] = "Goline Home"
==
{% put styles %}
{% endput %}
{% if _gTheme_.enable_home_about_us %}
{% partial 'home/about-us' %}
{% endif %}
{% if _gTheme_.enable_home_core_value %}
{% partial 'home/core-value' %}
{% endif %}
{% if _gTheme_.enable_home_product %}
{% partial 'home/product' %}
{% endif %}
{% if _gTheme_.enable_home_process %}
{% partial 'home/process' %}
{% endif %}
{% if _gTheme_.enable_home_partner %}
{% partial 'home/partner' %}
{% endif %}
{% if _gTheme_.enable_home_blog %}
{% partial 'home/blog' %}
{% endif %}
{% if _gTheme_.enable_home_customer %}
{% partial 'home/customer' %}
{% endif %}
{% put scripts %}
{% if config('app.debug') %}
{% else %}
{% endif %}
{% endput %}