# HR Code

The `<hrCode>` tag displays the Human Readable Code of the current page, for example `13-1 252/3`.&#x20;

It can only be used within [`<template>`](https://docs.atfinity.io/document-xml-adx/adx-elements/template).

## Example

```markup
<template ...>
  ...
  <hrCode
    left="15cm"
    bottom="28cm"
    width="5cm"
    height="5cm"
    fontSize="4mm"
  />
  ...
<template>
```
