ax/utils/report/resources/simple_template.html (6 lines of code) (raw):

<!-- Copyright (c) Meta Platforms, Inc. and affiliates. All Rights Reserved. --> {% extends "base_template.html" %} {% block content %} {% for element in html_elements %} {{element}} {% endfor %} {% endblock %}