Last active
November 13, 2017 04:10
-
-
Save rafaelrozon/b9d3d814bf1aa9b16223ab777b0bbcc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "react_template.njk" %} | |
{% block css %} | |
<link href="/temp/app/register.css" rel="stylesheet"> | |
{% endblock %} | |
{% block js %} | |
<script src="/temp/app/register.js"></script> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment