Birowsky
2017-09-02 23:18:25 UTC
Trying to use elm as a templating engine for AMP pages. But they have
specific requirements where I need to specify attributes without values. Is
that possible with some elm construct?
https://www.ampproject.org/docs/tutorials/create/basic_markup
for an example:
amp =
boolProperty "â¡" True
creates `â¡="true"` instead of just the `â¡`
specific requirements where I need to specify attributes without values. Is
that possible with some elm construct?
https://www.ampproject.org/docs/tutorials/create/basic_markup
for an example:
amp =
boolProperty "â¡" True
creates `â¡="true"` instead of just the `â¡`
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.