Download Latest Version 3.2.1 source code.tar.gz (8.8 MB)
Email in envelope

Get an email when there's a new version of hmpl

Home / 3.2.0
Name Modified Size InfoDownloads / Week
Parent folder
3.2.0 source code.tar.gz 2025-11-12 8.8 MB
3.2.0 source code.zip 2025-11-12 8.8 MB
README.md 2025-11-12 649 Bytes
Totals: 3 Items   17.6 MB 1

One of the most anticipated and complex versions, adding a link between the request status and the value of the tag attribute.

:::html
<div class="{{requestStatus}} class1">Text</div>
{{#request
  src="/api/getHTML"
  bind="{{requestStatus}}"
}}{{/request}}

result:

:::html
<div class="hmpl-status-requestStatus-200 class1">Text</div>

This functionality will allow you to create more complex and comprehensive interfaces without directly using indicators.

List of changes in this version:

  • Adding the bind property
  • Correcting syntax errors
  • Adding {{name}} values ​​to attributes
Source: README.md, updated 2025-11-12