|
- <!DOCTYPE html>
- <head>
- <meta charset='utf-8'>
- <meta name="viewport"
- content="width=device-width, initial-scale=1, shrink-to-fit=no">
- </head>
-
- <body id="pdf-doc">
-
- <div class="disclaimer">
- <p>Actual costs may vary from estimates after approval.
- Get an official quote before choosing a loan.</p>
- </div>
- {{template "header" .}}
- {{template "comparison" .}}
-
- <div class="break"></div>
-
- <div class="disclaimer">
- <p>Actual costs may vary from estimates after approval.
- Get an official quote before choosing a loan.</p>
- </div>
- {{template "header" .}}
- {{template "summary" .}}
-
- </body>
-
- <style>
- #pdf-doc {
- margin: 0px 30px;
- }
-
- .disclaimer {
- font-weight: bold;
- border-bottom: 1px solid lightgrey;
- margin-bottom: 20px;
- color: var(--text);
- text-align: center;
- }
-
- .disclaimer p {
- margin: 5px 0;
- }
-
- div.break {
- page-break-after: always;
- }
- </style>
|