{% ckan_extends %} {% block styles %} {{ super() }} {# Import example_theme.css using Webassets. 'example_theme/' is the name that the example_theme/fanstatic directory was registered with when the toolkit.add_resource() function was called. 'example_theme' is the name to the Webassets bundle file, registered inside webassets.yml file. #} {% asset 'example_theme/example_theme' %} {% endblock %}