Open mausch opened 10 years ago
If I had <x:elem name="qq"><a href="/home">Home</a></x:elem>
, this hole would be interpreted as an XElement option
with the link as the default value. It doesn't make sense to have a mandatory hole with children.
This is a brilliant idea!
would generate a template with hole 'message' of type
string option
. If the argument is None, it uses the inner value "Hello" as a default value.