2023-06-30 19:41:35 +00:00
|
|
|
<div class="community">
|
|
|
|
<form method="POST" class="member {{ membership .Subscribed }}">
|
|
|
|
<input name="op" type="submit" value="{{ membership .Subscribed}}">
|
|
|
|
<input type="hidden" name="communityid" value ="{{.Community.ID}}">
|
|
|
|
</form>
|
2023-07-16 00:59:32 +00:00
|
|
|
<span class="title"><a href="{{localize .Community.ActorID}}">c/{{fullcname .Community}}: {{.Community.Title}}</a></span>
|
2023-06-30 19:41:35 +00:00
|
|
|
<div class="details">
|
|
|
|
{{ if .Community.Description.IsValid }}
|
|
|
|
<div class="description">
|
2023-07-16 00:59:32 +00:00
|
|
|
{{markdown "" .Community.Description.String}}
|
2023-06-30 19:41:35 +00:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
<div class="gray">
|
|
|
|
{{printer .Counts.Subscribers}} subscribers,
|
|
|
|
a community founded {{ humanize .Community.Published.Time }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|