{% if config.prelude %} pub mod prelude; {% endif%} {% if entities_path == "super::_entities" %} pub mod _entities; {% endif %} {% for table in tables %} pub mod {{table.name}}; {% endfor %}