diff --git a/src/views/page-communities.pug b/src/views/page-communities.pug index 09a0111..42ed10c 100644 --- a/src/views/page-communities.pug +++ b/src/views/page-communities.pug @@ -1 +1,21 @@ -p Hello \ No newline at end of file +div.padding-top-xlarge.padding-right-small.padding-bottom-xlarge.padding-left-small.whitespace-normal + + h2.margin-left-xsmall.sm-margin-none.text-xlarge.text-bold.text-color-heading.text-uppercase Les communautés + + div + solid-form-search.form.search-form.search-button( + id=`communities-filter-${page}` + fields='name' + label-name='' + widget-name='solid-form-label-text' + class-name="segment margin-bottom-medium sm-margin-bottom-none third sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading" + submit-button="" + submit-widget="button" + ) + //- data-trans='label-name=circle.list.searchBy;submit-button=circle.list.searchButton' + + +solid-display( + data-src=`${getComponent('communities')}` + fields='logo, name, shortDescription' +) \ No newline at end of file