{% extends 'base.html' %} {% block title %}Chef roles{% endblock %} {% block content %}
Only showing roles assigned to nodes {%- if g.chef_environment != '*' %} in the {{ g.chef_environment }} environment {%- endif -%}.
{% endblock %}