mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
<header className="App-header">
|
|
{{ logo | image }}
|
|
<h2 data-testid="heading">Welcome to {{name | capitalize}}</h2>
|
|
<p>
|
|
Edit <code>src/views/demo.liquid</code> and save to reload.
|
|
</p>
|
|
<p>
|
|
You are using LiquidJS & React
|
|
</p>
|
|
</header>
|