a287ccc3d6
WIP Conversations structs. WIP Unbound conversations routes. Shorten more variable names. Eliminate a few characters here and there. Track down widget tick errors more easily. Add the convos_head title phrase. Add the convo_head title phrase. Add the unit phrase. Add the account_menu_messages phrase. Add the convos_head phrase. Add the convo_head phrase. Add the create_convo_head phrase. Add the create_convo_button phrase. Add the profile_send_message phrase. Add the panel_dashboard_disk_unknown phrase.
10 lines
218 B
HTML
10 lines
218 B
HTML
<div class="colstack_item colstack_head rowhead">
|
|
<div class="rowitem">
|
|
<h1>{{lang "convo_head"}}</h1>
|
|
</div>
|
|
</div>
|
|
{{range .Posts}}
|
|
<div class="colstack_item">
|
|
<div class="rowitem">{{.Body}}</div>
|
|
</div>
|
|
{{end}} |