We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Could you provide us with an example of the code that triggers the error?
Sorry, something went wrong.
Okay here's a simple sample code:
<svg class="svg-icon"><use xlink:href="#icon-menu" /></svg>
This works:
<svg class="svg-icon" tal:content='structure string:<use xlink:href="#icon-menu" />'></svg>
But for large amount of inline SVG icons or references this would be really ugly or overhead.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: