Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix new file command #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix new file command #87

wants to merge 1 commit into from

Conversation

radzak
Copy link

@radzak radzak commented Oct 8, 2017

Last commit replaced header = render_template(syntax_type, options={'path': path}) with header = get_header_content(syntax_type, path).

Adding content of base template on file creation no longer worked, since get_header_content function was only returning the content of the header template.

closes #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

body template do not work in a Javascript file
1 participant