This release added a new option for tags called data_uri. You can set data_uri to True to get a Base64 encoded data URI for rendering SVG e.g. from src attributes or from CSS:
<img src="{% icon "coffee" data_uri=True %}">This release added a new option for tags called data_uri. You can set data_uri to True to get a Base64 encoded data URI for rendering SVG e.g. from src attributes or from CSS:
<img src="{% icon "coffee" data_uri=True %}">