Created
July 22, 2020 13:24
-
-
Save liamgriffin/ae1ec279c406c8d9f4837b41611a3993 to your computer and use it in GitHub Desktop.
How to Use the Routes and Page_Image Liquid Objects | Form Liquid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="{{ routes.cart_url }}" method="post" novalidate class="cart"> | |
<table> | |
… | |
</table> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to insert routes