use the headTitle
parent
79288fd1a8
commit
2399765145
|
|
@ -10,7 +10,7 @@
|
||||||
%>
|
%>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Burial Permit</title>
|
<title><%= headTitle %></title>
|
||||||
<style>
|
<style>
|
||||||
<%- include('style.css'); %>
|
<%- include('style.css'); %>
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
%>
|
%>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Contract for the Purchase of Interment Rights or Cemetery Services</title>
|
<title><%= headTitle %></title>
|
||||||
<style>
|
<style>
|
||||||
<%- include('style.css'); %>
|
<%- include('style.css'); %>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Work Order #<%= workOrder.workOrderNumber %></title>
|
<title><%= headTitle %></title>
|
||||||
<style>
|
<style>
|
||||||
<%- include('style.css'); %>
|
<%- include('style.css'); %>
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Work Order #<%= workOrder.workOrderNumber %></title>
|
<title><%= headTitle %></title>
|
||||||
<style>
|
<style>
|
||||||
<%- include('style.css'); %>
|
<%- include('style.css'); %>
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue