Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 230 Bytes

File metadata and controls

12 lines (10 loc) · 230 Bytes

{% import 'macros.rst' as macros %} {% macro auto_summary(objs, title='') -%}

{% for obj in objs %}
    • obj.name
    • obj.summary

{% endfor %} {% endmacro %}