Trải nghiệm đỉnh cao
{{$ans.user.name}}
{{$ans.content}}
{{ $createdAt := $ans.created_at }} {{ $date := index (split $createdAt " ") 0 }} {{ $time := index (split $createdAt " ") 1 }} {{ $year := index (split $date "-") 0 }} {{ $month := index (split $date "-") 1 }} {{ $day := index (split $date "-") 2 }} {{ $hour := index (split $time ":") 0 }} {{ $minute := index (split $time ":") 1 }} {{$hour}}:{{$minute}} - {{$day}}/{{$month}}/{{$year}}