{%- assign source = page.app_source | default: 'home' -%} {%- assign data = site.data[source].app -%}
{{ data.title }}
{{ data.subtitle }}
{% for btn in data.buttons %}
{% include image.html src=btn.img alt=btn.alt %}
{% endfor %}