Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Migrates soy comment blocks to the new syntax on the markdown renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Feb 22, 2018
1 parent 15ef8c8 commit 2a6c403
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/electric/lib/templates/layout.tpl
Expand Up @@ -5,10 +5,11 @@
{namespace <%= namespace %>}

/**
* @param page
* @param site
*/
{template .render}
{@param page: ?}
{@param site: ?}

{call <%= layout %>.render data="all"}
{param content kind="html"}
<%= content %>
Expand Down

0 comments on commit 2a6c403

Please sign in to comment.