noahmorrison / chevron

A Python implementation of mustache
MIT License
486 stars 52 forks source link

Supporting Partial File Without File Extension #38

Closed jonioni closed 5 years ago

jonioni commented 5 years ago

Change made to function _get_partial: From path = partials_path + '/' + name + '.' + partials_ext to path = partials_path + '/' + name + ('.' + partials_ext if partials_ext else '').

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f24b0929b2f83d836b0679896cf840d7ac2 on jonioni:master into 467ea90d23f575dea028f42be9fe4fe587a5b3df on noahmorrison:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f24b0929b2f83d836b0679896cf840d7ac2 on jonioni:master into 467ea90d23f575dea028f42be9fe4fe587a5b3df on noahmorrison:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f24b0929b2f83d836b0679896cf840d7ac2 on jonioni:master into 467ea90d23f575dea028f42be9fe4fe587a5b3df on noahmorrison:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f24b0929b2f83d836b0679896cf840d7ac2 on jonioni:master into 467ea90d23f575dea028f42be9fe4fe587a5b3df on noahmorrison:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 99.138% when pulling c4645f24b0929b2f83d836b0679896cf840d7ac2 on jonioni:master into 467ea90d23f575dea028f42be9fe4fe587a5b3df on noahmorrison:master.