mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
19 lines
408 B
Plaintext
19 lines
408 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 are using liquidjs & Reactjs
|
|
</p>
|
|
<a
|
|
className="App-link"
|
|
href="https://reactjs.org"
|
|
target="_blank"
|
|
rel="noopener noreferrer"
|
|
>
|
|
Learn React
|
|
</a>
|
|
</header>
|