Show multiple examples where present

This commit is contained in:
Daniel Wagner-Hall 2015-10-28 15:00:53 +00:00
parent b92a0f2b4d
commit 176f919fc8
4 changed files with 53 additions and 5 deletions

View file

@ -35,7 +35,7 @@ class MatrixSections(Sections):
if not filterFn(event_name):
continue
sections.append(template.render(
example=examples[event_name],
examples=examples[event_name],
event=schemas[event_name],
title_kind=subtitle_title_char
))