{% if page.title != null %}
{{ page.title }}
{% else %}
Ruby Programming Language
{% endif %}
{% if page.javascript != null %} {% for javascript in page.javascript %} {% endfor %} {% endif %} {% capture homepage_url %}/{{ page.lang }}/index.html{% endcapture %}
{% include sitelinks.html %}
{{ content }}
{% include sitelinks.html %}
{% include search.html %}
{% include analytics.html %}