mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Common templates for visualization plugins
==========================================
Placing Mako templates in this directory will allow them to be properly
inherited and imported in plugin directories. E.g. if you have a template file
in this directory named 'config_utils.mako', you can import it in your plugin
templates using:
<%namespace name="config_utils" file="config_utils.mako" />