carlomitchener/shop/mrlytheme/templates/password.liquidRaw · GitHub password.liquid240 B · text · 6 lines 1<h1>{{ shop.name }}</h1>2<p><a href="https://carlomitchener.com/">carlomitchener.com</a></p>3{% form 'storefront_password' %}4<input type="password" name="password" placeholder="Password">5<button type="submit">Enter</button>6{% endform %}