diff options
Diffstat (limited to 'python/templates/includes/partials/irc-channel.html')
-rw-r--r-- | python/templates/includes/partials/irc-channel.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/templates/includes/partials/irc-channel.html b/python/templates/includes/partials/irc-channel.html new file mode 100644 index 0000000..b7e6dba --- /dev/null +++ b/python/templates/includes/partials/irc-channel.html @@ -0,0 +1,8 @@ +<tr> + <th> + <a href="irc://irc.gentoo.org/{{ channel.name }}"><tt>#{{ channel.name }}</tt></a> + </th> + <td> + {{ channel.description }} + </td> +</tr>
\ No newline at end of file |