You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
241 B

  1. <!-- title: Module {{ name }} -->
  2. {% from "templates/autodoc/macros.html" import source_link, version %}
  3. <p>
  4. {{ version(app.name) }}
  5. {{ source_link(app, app.name + "/" + scrub(name), True) }}
  6. </p>
  7. <h3>DocTypes for {{ name }}</h3>
  8. {index}