github.com/jbramsden/hugo@v0.47.1/docs/content/en/functions/lt.md (about)

     1  ---
     2  title: lt
     3  linktitle: lt
     4  description: Returns the boolean truth of arg1 < arg2.
     5  godocref:
     6  date: 2017-07-26
     7  publishdate: 2017-07-26
     8  lastmod: 2017-07-26
     9  categories: [functions]
    10  menu:
    11    docs:
    12      parent: "functions"
    13  keywords: [operators,logic]
    14  signature: ["lt ARG1 ARG2"]
    15  workson: []
    16  hugoversion:
    17  relatedfuncs: []
    18  deprecated: false
    19  aliases: []
    20  ---
    21  
    22  
    23  ```
    24  {{ if lt 5 10 }}true{{ end }}
    25  ```