Skip to content
#

shiny

Here are 2,521 public repositories matching this topic...

golem
ColinFay
ColinFay commented Apr 4, 2022

Feature

Every time we add an htmltemplate with golem::add_html_template(), we have a full HTML page. We sometime need partial html template, with "just" a div and a {{ }}.

TODO

  • Create a add_partial_html_template() that would build a partial HTML template with just a
    • Inspired by add_html_template()
    • Only writes :
<div>
  {{ content }}
good first issue

Improve this page

Add a description, image, and links to the shiny topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shiny topic, visit your repo's landing page and select "manage topics."

Learn more