blob: 83cbef83146d383cdecd29ad24f14765140737fe [file] [log] [blame]
%# Copyright 2016 The Chromium OS 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 displaying a message in a big pink banner above main content.
%# Useful in case of troubles. Change to "if True:" to enable.
%if False:
<div class="psa_banner">
Experiencing _xyz_ issues, investigating -
<a href="http://crbug.com/123123">crbug.com/123123</a>
</div>
%end