openmrs/openmrs-contrib-id

View on GitHub
templates/layouts/email.pug

Summary

Maintainability
Test Coverage
//- variables:
//- siteURL
//- imgURL
//- username
//- dispalyName

html
  head
    style.
      body{font-family: Helvetica, sans-serif}

  body
    div#main
      a(href=siteURL)
        img(src=imgURL, alt='OpenMRS ID')

      block content