Last active
January 6, 2026 15:48
-
-
Save artlung/806391615ae136f98ad08d6412157882 to your computer and use it in GitHub Desktop.
rsvp.html.twig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="h-entry" id="{{ rsvp.id }}"> | |
| <p class="p-summary"> | |
| {% include 'rsvp_author_tag.html.twig' %} | |
| RSVPs <span class="p-rsvp">{{ rsvp.yes_no_maybe }}</span> | |
| to <a href="{{ event.url }}" class="u-in-reply-to">{{ event.name }}</a> | |
| ({{ event.date }}) | |
| </p> | |
| <time class="dt-published" datetime="{{ rsvp.published_datetime }}"></time> | |
| <a class="u-url" href="{{ rsvp.url }}"></a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment