dm_html_footer Function

public pure function dm_html_footer(content) result(html)

Returns HTML footer. The content will not be HTML encoded.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in), optional :: content

Optional footer content.

Return Value character(len=:), allocatable

Generated HTML.