Welcome to mirror list, hosted at ThFree Co, Russian Federation.

section-languages.html « partials « layouts - gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a36338151f2b64b34e1aa2aa0084baa777cdb83f (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ range .Data.features.languages }}
<div class="item">
	<h2 class="item-title">
		{{- .name -}}
		<span> - {{ .level }}</span>
	</h2>
	{{ range .certificates }}
	<li>{{.}}</li>
	{{ end }}
</div>
{{ end }}