mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
7 lines
277 B
Plaintext
7 lines
277 B
Plaintext
<header className="App-header">
|
|
{{ logo | image }}
|
|
<h2 data-testid="heading">Welcome to {{name | capitalize}} (hooks)</h2>
|
|
<p>Edit <code>src/views/showing-click-times.liquid</code> and save to reload.</p>
|
|
<p>You have clicked {{clickCount}} times.</p>
|
|
</header>
|