{% load static i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% block title %}{% trans "BuildBlock | US Real Estate Investment Made Easy" %}{% endblock title %}
{% blocktrans asvar og_description %}BuildBlock lowers the entry barrier to the overseas real estate investment with the goal of creating a global real estate investment platform for anyone to invest in the US real estate safe and easy.{% endblocktrans %}
{% block main_css %}
{% endblock main_css %}
{% block analytics_head %}
{% include "base/analytics_head.html" %}
{% endblock analytics_head %}
{% block analytics_body %}
{% include "base/analytics_body.html" %}
{% endblock analytics_body %}
{% if landing_thin_banner %}
{% include "landing/partials/thin_banner.html" %}
{% endif %}
{% block navbar %}
{% include 'landing/partials/nav.html' %}
{% endblock navbar %}
{% if messages %}
{% include "base/messages.html" with messages=messages %}
{% endif %}
{% if form.errors %}
{% include "base/errors.html" with errors=form.non_field_errors %}
{% for field in form %}
{% include "base/errors.html" with errors=field.errors %}
{% endfor %}
{% endif %}
{% block page_title %}{% endblock page_title %}
{% block content %}{% endblock content %}