Parameters
Name | Type | Mode |
---|---|---|
_json_data | json | IN |
_template_section | text | IN |
Generate HTML content for the given JSON representation of a record and a given section, based on the template stored in the pgmetadata.html_template table. Template section controlled values are “main”, “contact” and “link”. If the corresponding line is not found in the pgmetadata.html_template table, NULL is returned.
Name | Type | Mode |
---|---|---|
_json_data | json | IN |
_template_section | text | IN |