Skip to content

Instantly share code, notes, and snippets.

@allusis
Created August 4, 2022 06:47
Show Gist options
  • Save allusis/0ac2f2af4b2f99f1dc160abced8727a3 to your computer and use it in GitHub Desktop.
Save allusis/0ac2f2af4b2f99f1dc160abced8727a3 to your computer and use it in GitHub Desktop.
Sample Mixin
mixin input(id,name,required)
if required == true
# required input & label
else
# non-required input & label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment