mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
9 lines
226 B
HTML
9 lines
226 B
HTML
<div class="popular-page-div">
|
|
<img src="{{ .Get "icon" }}">
|
|
<div>
|
|
<h2 title="{{ .Get "title" }}">
|
|
<a href="{{ .Get "link" }}">{{ .Get "title" }}</a>
|
|
</h2>
|
|
<p>{{ .Get "description" }}</p>
|
|
</div>
|
|
</div> |