{% extends "master.njk" %} {% block content %}
{% include "_header.njk" %}
{% include "_nav.njk" %}
{% include "_components.njk" %}

Check Dependents

{% include "_fontawesome.njk" %} {% include "_bootstrap.njk" %} {% include "_popper.njk" %} {% include "_jquery.njk" %}
{% include "_footer.njk" %}
{% endblock %}