mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
15 lines
382 B
Plaintext
15 lines
382 B
Plaintext
<header className="App-header">
|
|
{{ logo | image }}
|
|
<h2>Welcome {{name | capitalize}}</h2>
|
|
<p>Edit <code>src/App.js</code> and save to reload.</p>
|
|
<p>You have clicked {{clickCount}} times.</p>
|
|
<a
|
|
className="App-link"
|
|
href="https://reactjs.org"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
>
|
|
Learn React
|
|
</a>
|
|
</header>
|