summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/tamplates/includes/partials/irc-channel.html')
-rw-r--r--python/tamplates/includes/partials/irc-channel.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tamplates/includes/partials/irc-channel.html b/python/tamplates/includes/partials/irc-channel.html
new file mode 100644
index 0000000..b7e6dba
--- /dev/null
+++ b/python/tamplates/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