{# Copyright 2016 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. #} {# Template for a page displaying a body and logs (optional) under a collapsible section. #} {% extends "base.html" %} {% block content %}

{{ title }}

{{ body }} {% if log %}

Show/hide details

{% endif %} {% endblock %}