{"componentChunkName":"component---src-templates-post-template-js","path":"/get-data-type-in-hugo-framework","result":{"data":{"markdownRemark":{"id":"bf16265f-b1c5-516f-b3de-70abe63f96d1","html":"<p>I had a task where I need to output something based on the data type of the variable.</p>\n<p>Basically, it goes something like this</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">   &lt;div class=&quot;col-6&quot;&gt;\n        {{ if eq (printf &quot;%T&quot; . ) &quot;float64&quot; }}\n          {{ . }}\n        {{ else if eq (printf &quot;%T&quot; . ) &quot;bool&quot;}}\n          {{ $translations.Get (string .)}}\n        {{ else }}\n        {{ .}}\n        {{ end }}\n    &lt;/div&gt;</code></pre></div>\n<p>If the variable is a <code class=\"language-text\">float64</code> display the variable as is. If it is a <code class=\"language-text\">boolean</code> display it by using a translation.</p>\n<p>Next time you need to check the data type of your variable, just use this:</p>\n<div class=\"gatsby-highlight\" data-language=\"text\"><pre class=\"language-text\"><code class=\"language-text\">printf &quot;%T&quot; $yourVariableHere</code></pre></div>\n<p>If you’re a Golang expert, you probably already know this.I just hope this could help someone who’s new in Hugo.</p>\n<h1 id=\"til\" style=\"position:relative;\"><a href=\"#til\" aria-label=\"til permalink\" class=\"anchor before\"><svg aria-hidden=\"true\" focusable=\"false\" height=\"16\" version=\"1.1\" viewBox=\"0 0 16 16\" width=\"16\"><path fill-rule=\"evenodd\" d=\"M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z\"></path></svg></a>TIL</h1>","fields":{"slug":"get-data-type-in-hugo-framework","tagSlugs":["/tag/hugo/","/tag/go/"]},"frontmatter":{"date":"2020-01-30T01:53:11.055Z","description":"Getting the datatype in Hugo is very easy. Here's how.","tags":["hugo","go"],"title":"Get data type in Hugo framework"}}},"pageContext":{"slug":"get-data-type-in-hugo-framework"}},"staticQueryHashes":["251939775","401334301","4072520377"]}