Open gogognome opened 2 months ago
This is my first pull request ever, so I might need some help with Github. It seems I created a new issue, but this pull request is intended to fix #59.
I figured out how to run the build steps locally on my computer, so I could fix the linter errors. My branch now locally passes the CI steps.
This pull request adds the
render_block()
function that returns anHttpResponse
with the block. It also allows to verify the context that was passed torender_block()
in unit tests.Closes #59