unclear what this was, saving this so I can wipe the local version of this project

This commit is contained in:
2025-06-12 16:46:06 -04:00
parent 51e5e8c981
commit 4564ca83c1
7 changed files with 110 additions and 16 deletions

View File

@ -6,6 +6,7 @@
<th>Title</th>
<th>Description</th>
<th>Tags</th>
<th>Delete</th>
</tr>
</thead>
<tbody>
@ -14,6 +15,7 @@
<td>{{channel.Title}}</td>
<td>{{channel.Description}}</td>
<td>{{channel.User_Tags}}</td>
<td></td>
</tr>
</tbody>
</table>