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