chromium/tools/polymer/tests/html_to_wrapper/foo_lit_with_imports.html

<!-- #html_wrapper_imports_start
import {nothing} from '//resources/lit/v3_0/lit.rollup.js';
#html_wrapper_imports_end -->
<div aria-label="${this.foo || nothing}">Hello world</div>