diff options
Diffstat (limited to 'src/templates/partials/result.html')
| -rw-r--r-- | src/templates/partials/result.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/partials/result.html b/src/templates/partials/result.html new file mode 100644 index 0000000..427382d --- /dev/null +++ b/src/templates/partials/result.html @@ -0,0 +1,5 @@ +<article> + <h3>pdf ready</h3> + <p><strong>{{ filename }}</strong></p> + <a href="{{ download_url }}">download pdf</a> +</article> |
