{% extends "content/_layout" %} {% set selectedTab = 'globals' %} {% set content %}
{% set globalFields = blx.systemSettings.globalFields %} {% include "_includes/fields" with { fields: blx.fields.getLayoutByType('Globals').getFields(), entry: globals } only %}
{% endset %}