Type:Static - pvande/Tranquil GitHub Wiki

See This Example

    {
      "type": "static",
      "template": {
        "content": "Static <b>HTML</b> content."
      }
    }

Keys

  • template

    A Javascript object containing Mustache templates to be used as partials.

    • content

      Used to render the HTML content for the widget. Defaults to 'Override <tt>template.content</tt> to hide this message.'.

Notes

  • This content is not periodically refreshed.
    • Reloading the page will cause the content to refresh.
⚠️ **GitHub.com Fallback** ⚠️