6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
|
% if ($error) {
|
||
|
<p style="color: red"><%= $error %></p>
|
||
|
%};
|
||
|
% if ($message) {
|
||
|
<p style="color: blue"><%= $message %></p>
|
||
|
%};
|