{% docstring %} Displays a post excerpt. Expects to recieve a page metadata as `post`. Attributes: exclude_date: (default: `False`) If `True` do not display date information (`post.published_date`, `post.published_at`) exclude_readtime: (default: `False`) If `True` do not display read time information (`post.readtime`) exclude_author: (default: `False`) If `True` do not display author information (extracted from `post.author`) exclude_tags: (default: `False`) If `True` do not display tags information (`post.tags`) exclude_read_more: (default: `False`) If `True` do not display "read more..." link at the bottom of the excerpt post.image: (optional) if an image is present, it will be displayed alongside the text of the excerpt (using sourceset) post.published_date: (optional) if set, will override `post.published_at` which is computed from the timestamp of the file post.tags: (optional) A list of tags post.excerpt: (optional) A paragraph or more that will be rendered from Markdown. If omitted, the excerpt will be extracted from `post.content` (rendered from Markdown) {% enddocstring %} {% if post.image %}