5bd6f6047b
- Created a new sector layout file for main content display. - Added a sector-section shortcode for a features section with customizable title and description. - Updated value card shortcode to support image icons and SVG icons. - Added multiple new logo images for various clients and removed outdated customer logos.
6 lines
83 B
HTML
6 lines
83 B
HTML
{{ define "main" }}
|
|
<article class="post">
|
|
{{ .Content }}
|
|
</article>
|
|
{{ end }}
|