The IBM Verify Access appliance has a bunch of templates that are built with macros. For example, below is a snippet from the reverse proxy template file certlogin.html.
How do I change the value of these macros? The default value of %MSG{0x38983737}% seems to be "Application Gateway". It would be great if I could change that value in one place rather than having to go through all the template files and replace the macro with something else.
<html lang="%LANGUAGE%">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>%MSG{0x38983737}%%MSG{0x3898370e}% %MSG{0x3898370a}%</title>
<link href="%PKMSPUBLIC%default.css" rel="stylesheet" type="text/css"></link>
</head>
<body>
<div class="content" role="main">
<script type="text/javascript" src="%PKMSPUBLIC%cookie_check.js"></script>
<noscript>
<b>%MSG{0x3898370b}%MSG{0x3898370e}%</b>%MSG{0x3898370c}%
</noscript>
<!-- END Cookie check block -->
<div class="message-container">
<h2>%MSG{0x38983737}%</h2>
------------------------------
James Smith
------------------------------